error detection - определение. Что такое error detection
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

Что (кто) такое error detection - определение

TECHNIQUES THAT ENABLE RELIABLE DELIVERY OF DIGITAL DATA OVER UNRELIABLE COMMUNICATION CHANNELS
Error-detecting system; Redundancy check; Error control; Error correction; Error-detecting code; Error detection; Error detector; Error checking; Error-correction; Error Control Coding; Error Correction; Error detecting code; Error Checking and Correcting; Error correction and detection; Error Detection; Error coding; Error detection code; Error recovery; Error-correcting; Error detection coding; Error detection & correction; EDAC (Linux); Bluesmoke (Linux); Error checking and correcting
  • To clean up transmission errors introduced by Earth's atmosphere (left), Goddard scientists applied Reed–Solomon error correction (right), which is commonly used in CDs and DVDs. Typical errors include missing pixels (white) and false signals (black). The white stripe indicates a brief period when transmission was interrupted.
Найдено результатов: 1030
error detection and correction         
<algorithm, storage> (EDAC, or "error checking and correction", ECC) A collection of methods to detect errors in transmitted or stored data and to correct them. This is done in many ways, all of them involving some form of coding. The simplest form of error detection is a single added {parity bit} or a cyclic redundancy check. Multiple parity bits can not only detect that an error has occurred, but also which bits have been inverted, and should therefore be re-inverted to restore the original data. The more extra bits are added, the greater the chance that multiple errors will be detectable and correctable. Several codes can perform Single Error Correction, Double Error Detection (SECDEC). One of the most commonly used is the Hamming code. At the other technological extreme, cuniform texts from about 1500 B.C. which recorded the dates when Venus was visible, were examined on the basis of contained redundancies (the dates of appearance and disappearance were suplemented by the length of time of visibility) and "the worst data set ever seen" by [Huber, Zurich] was corrected. RAM which includes EDAC circuits is known as {error correcting memory} (ECM). [Wakerly, "Error Detecting Codes", North Holland 1978]. [Hamming, "Coding and Information Theory", 2nd Ed, Prentice Hall 1986]. (1995-03-14)
Error detection and correction         
In information theory and coding theory with applications in computer science and telecommunication, error detection and correction (EDAC) or error control are techniques that enable reliable delivery of digital data over unreliable communication channels. Many communication channels are subject to channel noise, and thus errors may be introduced during transmission from the source to a receiver.
Detection error tradeoff         
  • The same two classifiers compared via traditional ROC curves.
Detection Error Tradeoff; DET curve
A detection error tradeoff (DET) graph is a graphical plot of error rates for binary classification systems, plotting the false rejection rate vs. false acceptance rate.
Error Detection and Handling         
DIGITAL TELEVISION PROTOCOL
ITU-R BT.1304; SMPTE RP 165-1994; Error detection and handling
In television technology, Error Detection and Handling (EDH) protocol is an optional but commonly used addition to the Standard Definition-Serial Digital Interface (SDI) standard. This protocol allows an SD-SDI receiver to verify that each field of video is received correctly.
Anomaly detection         
THE IDENTIFICATION OF RARE ITEMS, EVENTS OR OBSERVATIONS WHICH RAISE SUSPICIONS BY DIFFERING SIGNIFICANTLY FROM THE EXPECTED OR MAJORITY OF THE DATA
Novelty detector; Novelty detectors; Outlier detection; Deviation detection; Exception detection; Unsupervised anomaly detection; Supervised anomaly detection; Applications of anomaly detection
In data analysis, anomaly detection (also referred to as outlier detection and sometimes as novelty detection) is generally understood to be the identification of rare items, events or observations which deviate significantly from the majority of the data and do not conform to a well defined notion of normal behaviour. Such examples may arouse suspicions of being generated by a different mechanism, or appear inconsistent with the remainder of that set of data.
Shot transition detection         
AUTOMATED DETECTION OF TRANSITIONS BETWEEN SHOTS
Cut detection; Shot detection; Shot boundary detection
Shot transition detection (or simply shot detection) also called cut detection is a field of research of video processing. Its subject is the automated detection of transitions between shots in digital video with the purpose of temporal segmentation of videos.
Content similarity detection         
  • Classification of computer-assisted plagiarism detection methods
  • Detection performance of CaPD approaches depending on the type of plagiarism being present
THE PROCESS OF DETECTING PLAGIARISM
Plagurism Detection; Anti-plagiarism; Plagiarismdetect; Plagiarism detecting; Plagiarism checker; Plagiarism detector; Plagiarism detection; Duplicate content detection; Citation-based plagiarism detection; Similarity detection; Video similarity detection; Plagiarism detection software
Plagiarism detection or content similarity detection is the process of locating instances of plagiarism or copyright infringement within a work or document. The widespread use of computers and the advent of the Internet have made it easier to plagiarize the work of others.
random error         
DIFFERENCE BETWEEN A MEASURED QUANTITY VALUE AND A REFERENCE QUANTITY VALUE
ObservationalError; Measurement error; Experimental error; Systematic bias; Random error; Systematic error; Systemic error; Alleged systemic bias; Random errors; Systematic errors; Measurement errors; Observational Error; Systematic effect; Chance error; Accidental error; Constant error; Stochastic error; Observation error; Systematic and random error; Systematic and random errors; Random and systematic errors; Measurement Error
¦ noun Statistics an error in measurement caused by factors which vary from one measurement to another.
Observational error         
DIFFERENCE BETWEEN A MEASURED QUANTITY VALUE AND A REFERENCE QUANTITY VALUE
ObservationalError; Measurement error; Experimental error; Systematic bias; Random error; Systematic error; Systemic error; Alleged systemic bias; Random errors; Systematic errors; Measurement errors; Observational Error; Systematic effect; Chance error; Accidental error; Constant error; Stochastic error; Observation error; Systematic and random error; Systematic and random errors; Random and systematic errors; Measurement Error
Observational error (or measurement error) is the difference between a measured value of a quantity and its true value.Dodge, Y.
systematic error         
DIFFERENCE BETWEEN A MEASURED QUANTITY VALUE AND A REFERENCE QUANTITY VALUE
ObservationalError; Measurement error; Experimental error; Systematic bias; Random error; Systematic error; Systemic error; Alleged systemic bias; Random errors; Systematic errors; Measurement errors; Observational Error; Systematic effect; Chance error; Accidental error; Constant error; Stochastic error; Observation error; Systematic and random error; Systematic and random errors; Random and systematic errors; Measurement Error
¦ noun Statistics an error whose effect is not reduced when observations are averaged.

Википедия

Error detection and correction

In information theory and coding theory with applications in computer science and telecommunication, error detection and correction (EDAC) or error control are techniques that enable reliable delivery of digital data over unreliable communication channels. Many communication channels are subject to channel noise, and thus errors may be introduced during transmission from the source to a receiver. Error detection techniques allow detecting such errors, while error correction enables reconstruction of the original data in many cases.